Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Update graphql-js dependency and fix tests #129

Merged
merged 1 commit into from
Jul 21, 2017
Merged

Update graphql-js dependency and fix tests #129

merged 1 commit into from
Jul 21, 2017

Conversation

RomanHotsiy
Copy link
Contributor

The new version of graphql-js adds astNode to each type (after this PR) so one of the tests failed because of this new field.
I've just added a function to remove astNode field before deepEqual comparison.

@@ -17,7 +17,7 @@
"keywords": [
"graphql"
],
"main": "dist/index.js",
"main": "src/index.js",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @RomanGotsiy! Could you actually un-do all these package.json changes except for the one on the root dir?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asiandrummer asiandrummer merged commit 8c80d45 into graphql:master Jul 21, 2017
@RomanHotsiy
Copy link
Contributor Author

Thanks!
@asiandrummer I will rebase #130 now to not include this commit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants